home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / -screenplay- / shareware / hammytown / 15.room < prev    next >
Text File  |  1997-12-01  |  2KB  |  69 lines

  1. /*
  2. /* Room script for GRAAL - Room 15.
  3. /*
  4.  
  5. /* UPDATE: scroll_frames[;normal_frames]
  6. /*
  7. UPDATE: 3;1
  8.  
  9. /* SECTION: section_no
  10. /*
  11. SECTION: 1
  12.  
  13. /* BG_IFF: file
  14. /*
  15. BG_IFF: 15BG.iff
  16.  
  17. /* START_POS: startpos_no;image;x;y;L|M|R;floor_no
  18. /*
  19. START_POS: 1;11;7;114;R;1
  20. START_POS: 2;11;312;114;L;1
  21. START_POS: 3;11;119;91;L;1
  22.  
  23.  
  24. /* FLOOR: floor_no;x1;y1;x2;y2;floormaps
  25. /*
  26. FLOOR: 1;0;88;319;119;1-1
  27.  
  28. /* PATH: path_no;floor1;floor2;px1;py1;px2;py2;{more_points} (This statement is optional)
  29.  
  30. /* EXIT: exit_no;x1;y1;x2;y2;x;y;description (This statement is optional)
  31. /* 1 -> Main Entrance, 2->Perimeter, 3->Over the fence
  32. EXIT: 1;0;69;46;119;7;113;Main Entrance
  33. EXIT: 2;289;62;319;119;312;106;Perimeter
  34. EXIT: 3;96;54;143;80;119;92;Over the fence
  35.  
  36. /* CLPART: file (This statement is optional)
  37.  
  38. /* ROOMBOBS: number;start_bob;x1;y1;w;h;x-offset;hotspot (This statement is optional)
  39.  
  40. /* STATIC: bob;image;x;y (This statement is optional)
  41.  
  42. /* ANIM: bob;image;anim_ch;anim;x;y (This statement is optional)
  43.  
  44. /* ROOMOBJ: obj;name;room;VIS|NVIS;bob;image;x;y;cx;cy;cimage;prep;PICK|NPICK;anim_ch;verb;icon;LOW|MID|HIGH;types;w1;w2;w3 (This statement is optional)
  45.  
  46. /* DACT: {cond|comm}
  47. /*
  48. DACT: LIGHTS ON
  49. DACT: IFRF 1=0;SETRF 1=1;EXIT
  50.  
  51.  
  52. /* LINE: dlg;line_no;sentence1;sentence2| ;{cond} (This statement is optional)
  53.  
  54. /* LACT: dlg;line_no;{cond|comm} (This statement is optional)
  55.  
  56. /* ACTION: verb_no;{cond|comm} (This statement is optional)
  57.  
  58. ACTION: 0;IFOBJ 1;MEXIT;GOTO 14,2
  59. ACTION: 0;IFOBJ 2;MEXIT;SETRF 16,2=0;GOTO 16,1
  60.  
  61. ACTION: 0;IFOBJ 3;MEXIT;IFRF 17,1=0;SAY Well, why not?;SAY After all, it is a sunday, there will probably be nobody around...;GOTO 17,1;EXIT
  62. ACTION: 0;IFOBJ 3;IFRF 17,1=1;SAY Oh well, if you insist.;SAY Here goes.;GOTO 17,1;EXIT
  63. ACTION: 0;IFOBJ 3;IFRF 17,1=2;IFOF 26,1=0;SAY No way am I going back in there until that dog is out of the way!;EXIT
  64. ACTION: 0;IFOBJ 3;IFRF 2=0;SETRF 2=1;SAY Okay, here goes...
  65. ACTION: 0;IFOBJ 3;GOTO 17,1;EXIT
  66.  
  67.  
  68. /* Last comment just for fun but not!
  69.